|
| .NET Framework Class Library |
| ConcurrentBag<(Of <(T>)>)..::.ToArray Method |
| ConcurrentBag<(Of <(T>)>) Class See Also Send Feedback |
Copies the ConcurrentBag<(Of <(T>)>) elements to a new array.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function ToArray As T() |
| C# |
|---|
public T[] ToArray() |